HipFSPromise

Undocumented in source.

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

addOnError
IHipFSPromise addOnError(void delegate(string error) onError)
Undocumented in source. Be warned that the author may not have intended to support it.
addOnSuccess
IHipFSPromise addOnSuccess(FileReadResult delegate(in ubyte[] data) onSuccess)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
resolved
bool resolved()
Undocumented in source. Be warned that the author may not have intended to support it.
setFinished
FileReadResult setFinished(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
filename
string filename;
Undocumented in source.
finished
bool finished;
Undocumented in source.
onErrorList
void delegate(string err)[] onErrorList;
Undocumented in source.
onSuccessList
FileReadResult delegate(in ubyte[] data)[] onSuccessList;
Undocumented in source.
result
FileReadResult result;
Undocumented in source.

Meta